{timelineName}_scale_date

X축에 표시되는 항목을 정의합니다

dateDate포맷팅이 필요한 날짜

Available only in PRO Edition

Example

scheduler.templates.timeline_scale_date = function(date){
   var timeline = scheduler.matrix.timeline;
   var func = scheduler.date.date_to_str(timeline.x_date||scheduler.config.hour_date);
   return func(date);
}

Applicable views:타임라인 뷰
Details

이 템플릿은 timeline 플러그인이 활성화되어 있어야 합니다.

See also
맨 위로